home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-10 | 291 b | 13 lines | [TEXT/CWIE] |
- // IADebugPrefix.h
- // Copyright: © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
-
- #pragma once
- #ifndef IADebugPrefix_h
- #define IADebugPrefix_h
- // Turn on IA debugging code
- #define IADEBUG
-
- /// DebugNew -- turn on CodeWarrior memory allocation checking
- #define DEBUG_NEW 2
- #endif
-